func runtime.sighandler
7 uses
runtime (current package)
os_linux.go#L499: if fn == abi.FuncPCABIInternal(sighandler) { // abi.FuncPCABIInternal(sighandler) matches the callers in signal_unix.go
signal_unix.go#L148: setsig(i, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L206: setsig(sig, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L301: setsig(_SIGPROF, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L490: sighandler(sig, info, ctx, gp)
signal_unix.go#L619: func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) {
signal_unix.go#L980: setsig(sig, abi.FuncPCABIInternal(sighandler))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |